golang.org/x/tools/internal/gcimporter.importReader.typ (method)
18 uses
golang.org/x/tools/internal/gcimporter (current package)
iimport.go#L566: typ := r.typ()
iimport.go#L646: constraint := r.typ()
iimport.go#L661: typ := r.typ()
iimport.go#L675: typ = r.typ()
iimport.go#L850: func (r *importReader) typ() types.Type {
iimport.go#L882: return types.NewPointer(r.typ())
iimport.go#L884: return types.NewSlice(r.typ())
iimport.go#L887: return types.NewArray(r.typ(), int64(n))
iimport.go#L890: return types.NewChan(dir, r.typ())
iimport.go#L892: return types.NewMap(r.typ(), r.typ())
iimport.go#L910: ftyp := r.typ()
iimport.go#L935: embeddeds[i] = r.typ()
iimport.go#L990: targs[i] = r.typ()
iimport.go#L992: baseType := r.typ()
iimport.go#L1008: terms[i] = types.NewTerm(r.bool(), r.typ())
iimport.go#L1054: xs[i] = aliases.Unalias(r.typ()).(*types.TypeParam)
iimport.go#L1070: typ := r.typ()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)